home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 70 / Cine Live 70.iso / pc / Data / Interface / e11.k < prev    next >
Encoding:
Text File  |  2003-06-02  |  22.8 KB  |  1,114 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$000002B2,$00000035,$00000288,$0000039C,$00000000,$FFFFFF96,$00000000,$00000000};
  6.         LayoutWindow is {$000000AB,$00000096,$000002D3,$0000027A,$00000000,$00000009,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         oBouton_Fiche31,
  43.         oBouton_Imprimer32,
  44.         oBouton_Sommaire33,
  45.         oBouton_Photos34,
  46.         oBouton_Vid_o35,
  47.         oFiche_Technique36,
  48.         oTexte_RTF37,
  49.         ovid_o38,
  50.         oglobal39
  51.     ];
  52.     Events is [
  53.         cOffscreenEvent
  54.         with Flags is $00000004; 
  55.             Commands is [
  56.                 cPixelTool_IfSystemCommand
  57.                 with Flags is $00000004; 
  58.                     Commands is [
  59.                         cSwitchURLCommand
  60.                         with Flags is $00000004; Target is oFond2; URL is "../Images/s11m.jpg"; end,
  61.                         cDragCommand
  62.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  63.                         cGrowCommand
  64.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  65.                         cShowCommand
  66.                         with Flags is $00000004; Target is ovid_o38; end,
  67.                         cEnableCommand
  68.                         with Flags is $00000004; Target is ovid_o38; end,
  69.                         cRunCommand
  70.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  71.                     ];
  72.                 end,
  73.                 cPixelTool_IfSystemCommand
  74.                 with Flags is $00000004; SetMode is IsWinTest; 
  75.                     Commands is [
  76.                         cDragCommand
  77.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  78.                         cGrowCommand
  79.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  80.                         cShowCommand
  81.                         with Flags is $00000004; Target is ovid_o38; end,
  82.                         cEnableCommand
  83.                         with Flags is $00000004; Target is ovid_o38; end,
  84.                         cRunCommand
  85.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  86.                     ];
  87.                 end
  88.             ];
  89.         end,
  90.         cKeyboardEvent
  91.         with Flags is $00000004; Test is IsSpace; 
  92.             Commands is [
  93.                 cRunCommand
  94.                 with Flags is $00000004; Target is ovid_o38; Mode is Toggle; end
  95.             ];
  96.         end,
  97.         cKeyboardEvent
  98.         with Value is "+"; 
  99.             Commands is [
  100.                 cSetVolumeCommand
  101.                 with Mode is ExecuteHigher; end
  102.             ];
  103.         end,
  104.         cKeyboardEvent
  105.         with Value is "-"; 
  106.             Commands is [
  107.                 cSetVolumeCommand
  108.                 with Flags is $00000004; Mode is ExecuteLower; end
  109.             ];
  110.         end,
  111.         cKeyboardEvent
  112.         with Value is "m"; 
  113.             Commands is [
  114.                 cRunCommand
  115.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  116.             ];
  117.         end
  118.     ];
  119. end;
  120.  
  121. object oFond2 is cImage
  122. with 
  123.     Name is "Fond"; 
  124.     Enabled is false; Cursor is oEmptyCursor; 
  125.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  126.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  127.     
  128.     URL is "data/Images/s11p.jpg"; URLOption is GetDiskURL; 
  129.     
  130.     
  131.     Events is [
  132.         cOnscreenEvent
  133.         with 
  134.             Commands is [
  135.                 cTokenCommand
  136.                 with TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  137.             ];
  138.         end
  139.     ];
  140. end;
  141.  
  142. object ob13 is cImage
  143. with 
  144.     Name is "b1"; 
  145.     Enabled is false; Shown is false; 
  146.     X is -21; Y is 148; 
  147.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  148.     
  149.     URL is "../Images/BOUTONV2.psd"; 
  150.     Bitmapped is false; Mode is 260; 
  151.     
  152. end;
  153.  
  154. object ob24 is cImage
  155. with 
  156.     Name is "b2"; 
  157.     Enabled is false; Shown is false; 
  158.     X is -21; Y is 180; 
  159.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  160.     
  161.     URL is "../Images/BOUTONV2.psd"; 
  162.     Mode is 260; 
  163.     
  164. end;
  165.  
  166. object ob35 is cImage
  167. with 
  168.     Name is "b3"; 
  169.     Enabled is false; Shown is false; 
  170.     X is -21; Y is 211; 
  171.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  172.     
  173.     URL is "../Images/BOUTONV2.psd"; 
  174.     Mode is 260; 
  175.     
  176. end;
  177.  
  178. object ob46 is cImage
  179. with 
  180.     Name is "b4"; 
  181.     Enabled is false; Shown is false; 
  182.     X is -21; Y is 235; 
  183.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  184.     
  185.     URL is "../Images/BOUTONV2.psd"; 
  186.     Mode is 260; 
  187.     
  188. end;
  189.  
  190. object ob57 is cImage
  191. with 
  192.     Name is "b5"; 
  193.     Enabled is false; Shown is false; 
  194.     X is -21; Y is 261; 
  195.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  196.     
  197.     URL is "../Images/BOUTONV2.psd"; 
  198.     Mode is 260; 
  199.     
  200. end;
  201.  
  202. object ob68 is cImage
  203. with 
  204.     Name is "b6"; 
  205.     Enabled is false; Shown is false; 
  206.     X is -21; Y is 286; 
  207.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  208.     
  209.     URL is "../Images/BOUTONV2.psd"; 
  210.     Mode is 260; 
  211.     
  212. end;
  213.  
  214. object ob79 is cImage
  215. with 
  216.     Name is "b7"; 
  217.     Enabled is false; Shown is false; 
  218.     X is -21; Y is 312; 
  219.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  220.     
  221.     URL is "../Images/BOUTONV2.psd"; 
  222.     Mode is 260; 
  223.     
  224. end;
  225.  
  226. object ob810 is cImage
  227. with 
  228.     Name is "b8"; 
  229.     Enabled is false; Shown is false; 
  230.     X is -21; Y is 337; 
  231.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  232.     
  233.     URL is "../Images/BOUTONV2.psd"; 
  234.     Mode is 260; 
  235.     
  236. end;
  237.  
  238. object ob911 is cImage
  239. with 
  240.     Name is "b9"; 
  241.     Enabled is false; Shown is false; 
  242.     X is -21; Y is 362; 
  243.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  244.     
  245.     URL is "../Images/BOUTONV2.psd"; 
  246.     Mode is 260; 
  247.     
  248. end;
  249.  
  250. object ob1012 is cImage
  251. with 
  252.     Name is "b10"; 
  253.     Enabled is false; Shown is false; 
  254.     X is -21; Y is 387; 
  255.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  256.     
  257.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  258.     Mode is 260; 
  259.     
  260. end;
  261.  
  262. object ob1113 is cImage
  263. with 
  264.     Name is "b11"; 
  265.     Enabled is false; Shown is false; 
  266.     X is -21; Y is 412; 
  267.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  268.     
  269.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  270.     Mode is 260; 
  271.     
  272. end;
  273.  
  274. object ob1214 is cImage
  275. with 
  276.     Name is "b12"; 
  277.     Enabled is false; Shown is false; 
  278.     X is -21; Y is 449; 
  279.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  280.     
  281.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  282.     Mode is 260; 
  283.     
  284. end;
  285.  
  286. object of115 is cBox
  287. with 
  288.     Name is "f1"; 
  289.     Cursor is oFingerCursor; 
  290.     X is -1; Y is 164; 
  291.     Width is 162; Height is 27; 
  292.     
  293.     
  294.     Events is [
  295.         cMouseEnterEvent
  296.         with Flags is $00000004; 
  297.             Commands is [
  298.                 cShowCommand
  299.                 with Flags is $00000004; Target is ob13; end
  300.             ];
  301.         end,
  302.         cMouseLeaveEvent
  303.         with Flags is $00000004; 
  304.             Commands is [
  305.                 cShowCommand
  306.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  307.             ];
  308.         end,
  309.         cMouseUpEvent
  310.         with Flags is $00000004; Flag is true; 
  311.             Commands is [
  312.                 cBrowseCommand
  313.                 with Flags is $00000004; URL is "e1.k"; end
  314.             ];
  315.         end
  316.     ];
  317. end;
  318.  
  319. object of216 is cBox
  320. with 
  321.     Name is "f2"; 
  322.     Cursor is oFingerCursor; 
  323.     Y is 192; 
  324.     Width is 161; Height is 30; 
  325.     
  326.     
  327.     Events is [
  328.         cMouseEnterEvent
  329.         with 
  330.             Commands is [
  331.                 cShowCommand
  332.                 with Target is ob24; end
  333.             ];
  334.         end,
  335.         cMouseLeaveEvent
  336.         with 
  337.             Commands is [
  338.                 cShowCommand
  339.                 with Target is ob24; Mode is Clear; end
  340.             ];
  341.         end,
  342.         cMouseUpEvent
  343.         with Flag is true; 
  344.             Commands is [
  345.                 cBrowseCommand
  346.                 with URL is "e2.k"; end
  347.             ];
  348.         end
  349.     ];
  350. end;
  351.  
  352. object of317 is cBox
  353. with 
  354.     Flags is $00000150; 
  355.     Name is "f3"; 
  356.     Cursor is oFingerCursor; 
  357.     Y is 226; 
  358.     Width is 166; Height is 25; 
  359.     
  360.     
  361.     Events is [
  362.         cMouseEnterEvent
  363.         with Flags is $00000004; 
  364.             Commands is [
  365.                 cShowCommand
  366.                 with Flags is $00000004; Target is ob35; end
  367.             ];
  368.         end,
  369.         cMouseLeaveEvent
  370.         with Flags is $00000004; 
  371.             Commands is [
  372.                 cShowCommand
  373.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  374.             ];
  375.         end,
  376.         cMouseUpEvent
  377.         with Flags is $00000004; Flag is true; 
  378.             Commands is [
  379.                 cBrowseCommand
  380.                 with Flags is $00000004; URL is "e3.k"; end
  381.             ];
  382.         end
  383.     ];
  384. end;
  385.  
  386. object of418 is cBox
  387. with 
  388.     Name is "f4"; 
  389.     Cursor is oFingerCursor; 
  390.     Y is 249; 
  391.     Width is 159; Height is 28; 
  392.     
  393.     
  394.     Events is [
  395.         cMouseEnterEvent
  396.         with 
  397.             Commands is [
  398.                 cShowCommand
  399.                 with Target is ob46; end
  400.             ];
  401.         end,
  402.         cMouseLeaveEvent
  403.         with 
  404.             Commands is [
  405.                 cShowCommand
  406.                 with Target is ob46; Mode is Clear; end
  407.             ];
  408.         end,
  409.         cMouseUpEvent
  410.         with Flag is true; 
  411.             Commands is [
  412.                 cBrowseCommand
  413.                 with URL is "e4.k"; end
  414.             ];
  415.         end
  416.     ];
  417. end;
  418.  
  419. object of519 is cBox
  420. with 
  421.     Name is "f5"; 
  422.     Cursor is oFingerCursor; 
  423.     Y is 276; 
  424.     Width is 162; Height is 26; 
  425.     
  426.     
  427.     Events is [
  428.         cMouseEnterEvent
  429.         with 
  430.             Commands is [
  431.                 cShowCommand
  432.                 with Target is ob57; end
  433.             ];
  434.         end,
  435.         cMouseLeaveEvent
  436.         with 
  437.             Commands is [
  438.                 cShowCommand
  439.                 with Target is ob57; Mode is Clear; end
  440.             ];
  441.         end,
  442.         cMouseUpEvent
  443.         with Flag is true; 
  444.             Commands is [
  445.                 cBrowseCommand
  446.                 with URL is "e5.k"; end
  447.             ];
  448.         end
  449.     ];
  450. end;
  451.  
  452. object of620 is cBox
  453. with 
  454.     Flags is $00000150; 
  455.     Name is "f6"; 
  456.     Cursor is oFingerCursor; 
  457.     Y is 302; 
  458.     Width is 161; Height is 26; 
  459.     
  460.     
  461.     Events is [
  462.         cMouseEnterEvent
  463.         with Flags is $00000004; 
  464.             Commands is [
  465.                 cShowCommand
  466.                 with Flags is $00000004; Target is ob68; end
  467.             ];
  468.         end,
  469.         cMouseLeaveEvent
  470.         with Flags is $00000004; 
  471.             Commands is [
  472.                 cShowCommand
  473.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  474.             ];
  475.         end,
  476.         cMouseUpEvent
  477.         with Flags is $00000004; Flag is true; 
  478.             Commands is [
  479.                 cBrowseCommand
  480.                 with Flags is $00000004; URL is "e6.k"; end
  481.             ];
  482.         end
  483.     ];
  484. end;
  485.  
  486. object of721 is cBox
  487. with 
  488.     Name is "f7"; 
  489.     Cursor is oFingerCursor; 
  490.     X is -1; Y is 326; 
  491.     Width is 163; Height is 28; 
  492.     
  493.     
  494.     Events is [
  495.         cMouseEnterEvent
  496.         with 
  497.             Commands is [
  498.                 cShowCommand
  499.                 with Target is ob79; end
  500.             ];
  501.         end,
  502.         cMouseLeaveEvent
  503.         with 
  504.             Commands is [
  505.                 cShowCommand
  506.                 with Target is ob79; Mode is Clear; end
  507.             ];
  508.         end,
  509.         cMouseUpEvent
  510.         with Flag is true; 
  511.             Commands is [
  512.                 cBrowseCommand
  513.                 with URL is "e7.k"; end
  514.             ];
  515.         end
  516.     ];
  517. end;
  518.  
  519. object of822 is cBox
  520. with 
  521.     Name is "f8"; 
  522.     Cursor is oFingerCursor; 
  523.     Y is 350; 
  524.     Width is 158; Height is 27; 
  525.     
  526.     
  527.     Events is [
  528.         cMouseEnterEvent
  529.         with 
  530.             Commands is [
  531.                 cShowCommand
  532.                 with Target is ob810; end
  533.             ];
  534.         end,
  535.         cMouseLeaveEvent
  536.         with 
  537.             Commands is [
  538.                 cShowCommand
  539.                 with Target is ob810; Mode is Clear; end
  540.             ];
  541.         end,
  542.         cMouseUpEvent
  543.         with Flag is true; 
  544.             Commands is [
  545.                 cBrowseCommand
  546.                 with URL is "e8.k"; end
  547.             ];
  548.         end
  549.     ];
  550. end;
  551.  
  552. object of923 is cBox
  553. with 
  554.     Flags is $00000150; 
  555.     Name is "f9"; 
  556.     Cursor is oFingerCursor; 
  557.     Y is 376; 
  558.     Width is 159; Height is 26; 
  559.     
  560.     
  561.     Events is [
  562.         cMouseEnterEvent
  563.         with Flags is $00000004; 
  564.             Commands is [
  565.                 cShowCommand
  566.                 with Flags is $00000004; Target is ob911; end
  567.             ];
  568.         end,
  569.         cMouseLeaveEvent
  570.         with Flags is $00000004; 
  571.             Commands is [
  572.                 cShowCommand
  573.                 with Flags is $00000004; Target is ob911; Mode is Clear; end
  574.             ];
  575.         end,
  576.         cMouseUpEvent
  577.         with Flags is $00000004; Flag is true; 
  578.             Commands is [
  579.                 cBrowseCommand
  580.                 with Flags is $00000004; URL is "e9.k"; end
  581.             ];
  582.         end
  583.     ];
  584. end;
  585.  
  586. object of1024 is cBox
  587. with 
  588.     Name is "f10"; 
  589.     Cursor is oFingerCursor; 
  590.     X is 1; Y is 402; 
  591.     Width is 160; Height is 29; 
  592.     
  593.     
  594.     Events is [
  595.         cMouseEnterEvent
  596.         with 
  597.             Commands is [
  598.                 cShowCommand
  599.                 with Target is ob1012; end
  600.             ];
  601.         end,
  602.         cMouseLeaveEvent
  603.         with 
  604.             Commands is [
  605.                 cShowCommand
  606.                 with Target is ob1012; Mode is Clear; end
  607.             ];
  608.         end,
  609.         cMouseUpEvent
  610.         with Flag is true; 
  611.             Commands is [
  612.                 cBrowseCommand
  613.                 with URL is "e10.k"; end
  614.             ];
  615.         end
  616.     ];
  617. end;
  618.  
  619. object of1125 is cBox
  620. with 
  621.     Flags is $00000150; 
  622.     Name is "f11"; 
  623.     Cursor is oFingerCursor; 
  624.     X is 1; Y is 427; 
  625.     Width is 162; Height is 28; 
  626.     
  627.     
  628.     Events is [
  629.         cMouseEnterEvent
  630.         with Flags is $00000004; 
  631.             Commands is [
  632.                 cShowCommand
  633.                 with Flags is $00000004; Target is ob1113; end
  634.             ];
  635.         end,
  636.         cMouseLeaveEvent
  637.         with Flags is $00000004; 
  638.             Commands is [
  639.                 cShowCommand
  640.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  641.             ];
  642.         end,
  643.         cMouseUpEvent
  644.         with Flags is $00000004; Flag is true; 
  645.             Commands is [
  646.                 cBrowseCommand
  647.                 with Flags is $00000004; URL is "e11.k"; end
  648.             ];
  649.         end
  650.     ];
  651. end;
  652.  
  653. object of1226 is cBox
  654. with 
  655.     Flags is $00000150; 
  656.     Name is "f12"; 
  657.     Cursor is oFingerCursor; 
  658.     X is 1; Y is 457; 
  659.     Width is 162; Height is 42; 
  660.     
  661.     
  662.     Events is [
  663.         cMouseEnterEvent
  664.         with Flags is $00000004; 
  665.             Commands is [
  666.                 cShowCommand
  667.                 with Flags is $00000004; Target is ob1214; end
  668.             ];
  669.         end,
  670.         cMouseLeaveEvent
  671.         with Flags is $00000004; 
  672.             Commands is [
  673.                 cShowCommand
  674.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  675.             ];
  676.         end,
  677.         cMouseUpEvent
  678.         with Flags is $00000004; Flag is true; 
  679.             Commands is [
  680.                 cBrowseCommand
  681.                 with Flags is $00000004; URL is "e12.k"; end
  682.             ];
  683.         end
  684.     ];
  685. end;
  686.  
  687. object oInternet27 is cBox
  688. with 
  689.     Flags is $00000154; 
  690.     Name is "Internet"; 
  691.     Cursor is oEarthCursor; 
  692.     X is 259; Y is 520; 
  693.     Width is 148; Height is 18; 
  694.     
  695.     
  696.     Events is [
  697.         cMouseUpEvent
  698.         with Flags is $00000004; Flag is true; 
  699.             Commands is [
  700.                 cLaunchCommand
  701.                 with Flags is $00000004; URL is "http://sinbad-themovie.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  702.             ];
  703.         end
  704.     ];
  705. end;
  706.  
  707. object ol128 is cBox
  708. with 
  709.     Flags is $00000150; 
  710.     Name is "l1"; 
  711.     Cursor is oFingerCursor; 
  712.     X is 261; Y is 501; 
  713.     Width is 67; Height is 17; 
  714.     
  715.     
  716.     Events is [
  717.         cMouseUpEvent
  718.         with Flags is $00000004; Flag is true; 
  719.             Commands is [
  720.                 cIfCookieCommand
  721.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  722.                     Commands is [
  723.                         cTokenCommand
  724.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  725.                     ];
  726.                 end,
  727.                 cBrowseCommand
  728.                 with Flags is $00000004; URL is "f19.k"; end
  729.             ];
  730.         end
  731.     ];
  732. end;
  733.  
  734. object oBouton_Fiche31 is cImage
  735. with 
  736.     Flags is $00000400; 
  737.     Name is "Bouton Fiche"; 
  738.     Shown is false; Cursor is oFingerCursor; 
  739.     X is 167; Y is 573; 
  740.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  741.     
  742.     URL is "data/Images/%E9cran%20fiche.jpg"; URLOption is GetDiskURL; 
  743.     
  744.     
  745.     Events is [
  746.         cMouseEnterEvent
  747.         with 
  748.             Commands is [
  749.                 cShowCommand
  750.                 with Target is oTargetSelf; end
  751.             ];
  752.         end,
  753.         cMouseLeaveEvent
  754.         with 
  755.             Commands is [
  756.                 cShowCommand
  757.                 with Target is oTargetSelf; Mode is Clear; end
  758.             ];
  759.         end,
  760.         cMouseUpEvent
  761.         with Flag is true; 
  762.             Commands is [
  763.                 cShowCommand
  764.                 with Target is oFiche_Technique36; Mode is Toggle; end,
  765.                 cEnableCommand
  766.                 with Target is oFiche_Technique36; Mode is Toggle; end
  767.             ];
  768.         end
  769.     ];
  770. end;
  771.  
  772. object oBouton_Imprimer32 is cImage
  773. with 
  774.     Flags is $00000400; 
  775.     Name is "Bouton Imprimer"; 
  776.     Shown is false; Cursor is oFingerCursor; 
  777.     X is 321; Y is 573; 
  778.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  779.     
  780.     URL is "data/Images/%E9cran%20imprimer.jpg"; URLOption is GetDiskURL; 
  781.     
  782.     
  783.     Events is [
  784.         cMouseEnterEvent
  785.         with 
  786.             Commands is [
  787.                 cShowCommand
  788.                 with Target is oTargetSelf; end
  789.             ];
  790.         end,
  791.         cMouseLeaveEvent
  792.         with 
  793.             Commands is [
  794.                 cShowCommand
  795.                 with Target is oTargetSelf; Mode is Clear; end
  796.             ];
  797.         end,
  798.         cMouseUpEvent
  799.         with Flag is true; 
  800.             Commands is [
  801.                 cPrintCommand
  802.                 with Target is oTexte_RTF37; end
  803.             ];
  804.         end
  805.     ];
  806. end;
  807.  
  808. object oBouton_Sommaire33 is cImage
  809. with 
  810.     Flags is $00000400; 
  811.     Name is "Bouton Sommaire"; 
  812.     Shown is false; Cursor is oFingerCursor; 
  813.     X is 13; Y is 573; 
  814.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  815.     
  816.     URL is "data/Images/%E9cran%20somm.jpg"; URLOption is GetDiskURL; 
  817.     
  818.     
  819.     Events is [
  820.         cMouseEnterEvent
  821.         with 
  822.             Commands is [
  823.                 cShowCommand
  824.                 with Target is oTargetSelf; end
  825.             ];
  826.         end,
  827.         cMouseLeaveEvent
  828.         with 
  829.             Commands is [
  830.                 cShowCommand
  831.                 with Target is oTargetSelf; Mode is Clear; end
  832.             ];
  833.         end,
  834.         cMouseUpEvent
  835.         with Flag is true; 
  836.             Commands is [
  837.                 cIfCookieCommand
  838.                 with CookieName is "zique"; Value is "oui"; 
  839.                     Commands is [
  840.                         cTokenCommand
  841.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  842.                     ];
  843.                 end,
  844.                 cBrowseCommand
  845.                 with URL is "sommaire.k"; end
  846.             ];
  847.         end
  848.     ];
  849. end;
  850.  
  851. object oBouton_Photos34 is cImage
  852. with 
  853.     Flags is $00000150; 
  854.     Name is "Bouton Photos"; 
  855.     Shown is false; Cursor is oFingerCursor; 
  856.     X is 475; Y is 573; 
  857.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  858.     
  859.     URL is "data/Images/%E9cran%20photo.jpg"; URLOption is GetDiskURL; 
  860.     
  861.     
  862.     Events is [
  863.         cMouseEnterEvent
  864.         with Flags is $00000004; 
  865.             Commands is [
  866.                 cShowCommand
  867.                 with Flags is $00000004; Target is oTargetSelf; end
  868.             ];
  869.         end,
  870.         cMouseLeaveEvent
  871.         with Flags is $00000004; 
  872.             Commands is [
  873.                 cShowCommand
  874.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  875.             ];
  876.         end,
  877.         cMouseUpEvent
  878.         with Flags is $00000004; Flag is true; 
  879.             Commands is [
  880.                 cBrowseCommand
  881.                 with Flags is $00000004; URL is "e11s.k"; end
  882.             ];
  883.         end
  884.     ];
  885. end;
  886.  
  887. object oBouton_Vid_o35 is cImage
  888. with 
  889.     Flags is $00000400; 
  890.     Name is "Bouton Vid\$E9o"; 
  891.     Shown is false; Cursor is oFingerCursor; 
  892.     X is 629; Y is 573; 
  893.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  894.     
  895.     URL is "data/Images/%E9cran%20vid%E9o.jpg"; URLOption is GetDiskURL; 
  896.     
  897.     
  898.     Events is [
  899.         cMouseEnterEvent
  900.         with 
  901.             Commands is [
  902.                 cShowCommand
  903.                 with Target is oTargetSelf; end
  904.             ];
  905.         end,
  906.         cMouseLeaveEvent
  907.         with 
  908.             Commands is [
  909.                 cShowCommand
  910.                 with Target is oTargetSelf; Mode is Clear; end
  911.             ];
  912.         end,
  913.         cMouseUpEvent
  914.         with Flag is true; 
  915.             Commands is [
  916.                 cRunCommand
  917.                 with Target is ovid_o38; Mode is Clear; end,
  918.                 cEnableCommand
  919.                 with Target is ovid_o38; Mode is Clear; end,
  920.                 cShowCommand
  921.                 with Target is ovid_o38; Mode is Clear; end,
  922.                 cDragCommand
  923.                 with Target is ovid_o38; Mode is DragTo; end,
  924.                 cGrowCommand
  925.                 with Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  926.                 cShowCommand
  927.                 with Target is ovid_o38; end,
  928.                 cEnableCommand
  929.                 with Target is ovid_o38; end,
  930.                 cRunCommand
  931.                 with Target is ovid_o38; Rewind is true; end,
  932.                 cEnableCommand
  933.                 with Target is oglobal39; end
  934.             ];
  935.         end
  936.     ];
  937. end;
  938.  
  939. object oFiche_Technique36 is cImage
  940. with 
  941.     Flags is $00000150; 
  942.     Name is "Fiche Technique"; 
  943.     Region is {$FFFF000A,$00010000,$01AC0188};
  944.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  945.     X is 132; Y is 41; 
  946.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  947.     
  948.     URL is "data/Images/t11.jpg"; URLOption is GetDiskURL; 
  949.     
  950.     
  951.     Events is [
  952.         cMouseUpEvent
  953.         with Flags is $00000004; Flag is true; 
  954.             Commands is [
  955.                 cShowCommand
  956.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end,
  957.                 cEnableCommand
  958.                 with Flags is $00000004; Target is oFiche_Technique36; Mode is Clear; end
  959.             ];
  960.         end
  961.     ];
  962. end;
  963.  
  964. object oTexte_RTF37 is cRTFText
  965. with 
  966.     Flags is $00000550; 
  967.     Name is "Texte RTF"; 
  968.     Enabled is false; Shown is false; 
  969.     Y is -160; 
  970.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  971.     
  972.     URL is "../Textes/s11.rtf"; 
  973.     
  974.     
  975. end;
  976.  
  977. object ovid_o38 is cMPEGMovie
  978. with 
  979.     Flags is $00000154; 
  980.     Name is "vid\$E9o"; 
  981.     Shown is false; Cursor is oFingerCursor; 
  982.     X is 599; Y is 418; 
  983.     Width is 192; Height is 144; 
  984.     
  985.     URL is "data/Videos/s11.mpg"; URLOption is GetDiskURL; 
  986.     Events is [
  987.         cMouseUpEvent
  988.         with Flags is $00000004; Flag is true; 
  989.             Commands is [
  990.                 cRunCommand
  991.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  992.                 cShowCommand
  993.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  994.                 cEnableCommand
  995.                 with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  996.                 cDragCommand
  997.                 with Flags is $00000004; Target is ovid_o38; Mode is DragTo; end,
  998.                 cGrowCommand
  999.                 with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 800; Y is 600; end,
  1000.                 cShowCommand
  1001.                 with Flags is $00000004; Target is ovid_o38; end,
  1002.                 cEnableCommand
  1003.                 with Flags is $00000004; Target is ovid_o38; end,
  1004.                 cRunCommand
  1005.                 with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1006.                 cEnableCommand
  1007.                 with Flags is $00000004; Target is oglobal39; end
  1008.             ];
  1009.         end,
  1010.         cFinishedEvent
  1011.         with Flags is $00000004; 
  1012.             Commands is [
  1013.                 cPixelTool_IfSystemCommand
  1014.                 with Flags is $00000004; 
  1015.                     Commands is [
  1016.                         cDragCommand
  1017.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1018.                         cGrowCommand
  1019.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1020.                         cEnableCommand
  1021.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1022.                         cShowCommand
  1023.                         with Flags is $00000004; Target is ovid_o38; end,
  1024.                         cEnableCommand
  1025.                         with Flags is $00000004; Target is ovid_o38; end,
  1026.                         cRunCommand
  1027.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  1028.                     ];
  1029.                 end,
  1030.                 cPixelTool_IfSystemCommand
  1031.                 with Flags is $00000004; SetMode is IsWinTest; 
  1032.                     Commands is [
  1033.                         cDragCommand
  1034.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1035.                         cGrowCommand
  1036.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1037.                         cEnableCommand
  1038.                         with Flags is $00000004; Target is oglobal39; Mode is Clear; end,
  1039.                         cShowCommand
  1040.                         with Flags is $00000004; Target is ovid_o38; end,
  1041.                         cEnableCommand
  1042.                         with Flags is $00000004; Target is ovid_o38; end,
  1043.                         cRunCommand
  1044.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end
  1045.                     ];
  1046.                 end
  1047.             ];
  1048.         end
  1049.     ];
  1050. end;
  1051.  
  1052. object oglobal39 is cBox
  1053. with 
  1054.     Flags is $00000154; 
  1055.     Name is "global"; 
  1056.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1057.     
  1058.     Width is 800; Height is 600; 
  1059.     
  1060.     
  1061.     Events is [
  1062.         cMouseUpEvent
  1063.         with Flags is $00000004; Flag is true; 
  1064.             Commands is [
  1065.                 cPixelTool_IfSystemCommand
  1066.                 with Flags is $00000004; 
  1067.                     Commands is [
  1068.                         cRunCommand
  1069.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1070.                         cEnableCommand
  1071.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1072.                         cShowCommand
  1073.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1074.                         cEnableCommand
  1075.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1076.                         cDragCommand
  1077.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1078.                         cGrowCommand
  1079.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1080.                         cShowCommand
  1081.                         with Flags is $00000004; Target is ovid_o38; end,
  1082.                         cRunCommand
  1083.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1084.                         cEnableCommand
  1085.                         with Flags is $00000004; Target is ovid_o38; end
  1086.                     ];
  1087.                 end,
  1088.                 cPixelTool_IfSystemCommand
  1089.                 with Flags is $00000004; SetMode is IsWinTest; 
  1090.                     Commands is [
  1091.                         cShowCommand
  1092.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1093.                         cRunCommand
  1094.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; Rewind is true; end,
  1095.                         cEnableCommand
  1096.                         with Flags is $00000004; Target is ovid_o38; Mode is Clear; end,
  1097.                         cEnableCommand
  1098.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1099.                         cDragCommand
  1100.                         with Flags is $00000004; Target is ovid_o38; Mode is DragTo; X is 599; Y is 418; end,
  1101.                         cGrowCommand
  1102.                         with Flags is $00000004; Target is ovid_o38; Mode is GrowTo; X is 192; Y is 144; end,
  1103.                         cShowCommand
  1104.                         with Flags is $00000004; Target is ovid_o38; end,
  1105.                         cRunCommand
  1106.                         with Flags is $00000004; Target is ovid_o38; Rewind is true; end,
  1107.                         cEnableCommand
  1108.                         with Flags is $00000004; Target is ovid_o38; end
  1109.                     ];
  1110.                 end
  1111.             ];
  1112.         end
  1113.     ];
  1114. end;